You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TOpenCLKernel Class > TOpenCLKernel Methods > SetArgLocalMem Method > TOpenCLKernel.SetArgLocalMem Method (int, [In] TOpenCLCommandQueue, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TOpenCLKernel.SetArgLocalMem Method (int, [In] TOpenCLCommandQueue, int, int)

Sets the Kernel (Open CL function) parameter at argIndex to local memory size associated with the queue.

Syntax
C#
Visual Basic
public void SetArgLocalMem(int argIndex, [In] TOpenCLCommandQueue CmdQueue, int SamplesLength, int aElemSize);

The memory size assigned is equal to SamplesLength*ElemSize.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!